chore: add dependabot for active release branches#325
Merged
Conversation
96bc4aa to
445ebb6
Compare
vdemeester
approved these changes
Jun 17, 2026
vdemeester
left a comment
Member
There was a problem hiding this comment.
At some point we probably will want to share the code (in plumbing ?) so that if we update it somewhere we don't have to update it everywhere again 😬
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vdemeester The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Member
Author
|
/kind misc |
infernus01
reviewed
Jun 24, 2026
infernus01
left a comment
Member
There was a problem hiding this comment.
@jkhelil Could you please rebase?
Add dependabot configuration for all active release branches (release-v0.3.x, release-v0.4.x), following the same pattern as tektoncd/pipeline. - .github/dependabot.config.yml: human-editable source of truth listing active release branches and ecosystems (gomod, github-actions, docker) - .github/dependabot.yml: generated file with 9 update entries (main + 2 release branches × 3 ecosystems); release branches are restricted to patch-only updates - hack/generate-dependabot.go: Go generator that produces dependabot.yml from the config file - hack/generate-dependabot.sh: shell wrapper to run the generator - .github/workflows/dependabot-regen.yml: weekly workflow that regenerates dependabot.yml and opens a PR when changes are detected - releases.md: add v0.4 (LTS) and mark v0.3 as (LTS) for branch extraction Signed-off-by: Abdeljaouad Khelil <akhelil@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
7928902 to
ffe5ecc
Compare
Member
|
/lgtm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add dependabot configuration for all active release branches (release-v0.3.x, release-v0.4.x), following the same pattern as tektoncd/pipeline.
Changes
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
/kind <type>. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes